home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global prev, LastButton
- if the clickOn < 21 then
- exit
- end if
- if the controlDown then
- exit
- end if
- set yu to the clickOn - 20
- initsel()
- setAt(selected, yu, 1)
- setbar()
- set LastButton to 2
- if the doubleClick then
- repeat with x = 21 to 44
- if (yu + 20) = x then
- set prev to 1
- playmovn3Q()
- puppetSound("OPEN.AIF")
- set LastButton to 0
- updateStage()
- exit
- end if
- end repeat
- end if
- end
-
- on mouseUp
- if the clickOn < 21 then
- exit
- end if
- if the controlDown then
- playmovn()
- else
- set yu to the clickOn - 20
- end if
- end
-